Trait isotope::term::dynamic::DynHash[][src]

pub trait DynHash {
    fn dyn_hash(&self, state: &mut dyn Hasher);
}
Expand description

A dynamic version of the hash trait

Implemented automatically for all Hash types.

Required methods

Hash this using a given hasher

Implementors